home *** CD-ROM | disk | FTP | other *** search
/ Freelog 125 / Freelog_MarsAvril2015_No125.iso / Musique / Quod Libet / quodlibet-3.3.0-portable.exe / quodlibet-3.3.0-portable / data / bin / quodlibet / conf.py < prev    next >
Text File  |  2014-12-31  |  256b  |  10 lines

  1. # this gets executed by const.py to override USERDIR
  2.  
  3. import os
  4. import sys
  5.  
  6.  
  7. _file_path = __file__.decode(sys.getfilesystemencoding())
  8. USERDIR = os.path.join(os.path.dirname(os.path.realpath(_file_path)),
  9.                        "..", "..", "..", "config")
  10.